home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- hInitialization()
- hChangeCursor("arrow")
- end
-
- on hInitialization
- hInitializeVolume()
- hInitiallizeDescriptionText()
- end
-
- on hInitializeVolume
- global gDefaultSoundLevel
- if voidp(gDefaultSoundLevel) = 1 then
- set gDefaultSoundLevel to the soundLevel
- set the soundLevel to 4
- end if
- end
-
- on hInitiallizeDescriptionText
- global gsDescriptionText
- set gsDescriptionText to 7
- end
-